| Einhugur Xml Plugin for Xojo |
|
Node.InsertAttributeBefore Method
Inserts attribute before other attribute.
Parameters
- name
- Name of the attribute to insert.
- attr
- The attribute will be inserted before the attribute in this parameter.
Returns
- EinhugurXml.Attribute
- The newly created attribute.
Remarks
See Also
Node Class